Solving 10385 - Duathlon (Ternary search)
[and.git] / 10000 - Longest Paths / genInput.rb
blobee08925767cff64f0c3328be0165dd4684f4009b
1 puts "100"
2 puts "1"
3 for i in (1..99)
4   puts i.to_s + " " + (i+1).to_s
5 end
6 puts "0 0"